home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS02.ADF
/
Make
/
cl
next >
Wrap
Text File
|
1989-05-30
|
371b
|
14 lines
.Key afile,opt1,opt2,opt3
; Compile a C program Version 3.00
; Works with Lattice version 3.02 and above
copy <afile$t1>.c to ram:
:c/lc1 <opt1> <opt2> <opt3> -i:include/ -i:include/lattice/ ram:<afile$t1>
if not exists "ram:<afile$t1>.q"
quit 20
endif
:c/lc2 ram:<afile$t1>
copy ram:<afile>.o <afile>.o
rm ram:<afile>#?